Learn R Programming

DataSetsUni (version 0.1)

Diabetes Patients: The survival times of diabetes patients

Description

The function allows to provide the survival times (life lengths in years) until the onset of diabetes from a random sample of 105 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana.

Usage

data_dpatients

Value

data_dpatients gives the survival times (life lengths in years) until the onset of diabetes.

Arguments

data_dpatients

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The dataset represents the survival times (life lengths in years) until the onset of diabetes from a random sample of 105 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana. Recently, it is used by Zamanah et al. (2022) and fitted the harmonic mixture Weibull-Weibull family of distributions.

References

Zamanah, E., Nasiru, S., & Luguterah, A. (2022). Harmonic Mixture Weibull-G Family of Distributions: Properties, Regression and Applications to Medical Data. Computational and Mathematical Methods, 2022.

See Also

data_hpatients

Examples

Run this code
x<-data_dpatients
summary(x)

Run the code above in your browser using DataLab